< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03131400.xhp

(section: twipsperpixely) (bookmark: bm_id3150040)
TwipsPerPixelY function

TwipsPerPixelY 関数

TwipsPerPixelY Function [Runtime]
TwipsPerPixelY 関数 [実行時](hd_id3150040.1)

Returns the number of twips that represent the height of a pixel.
ピクセルの高さを示す twip 数を返します。(par_id3154186.2)

(/section: twipsperpixely)

Syntax:
構文:(hd_id3145090.3)

n = TwipsPerPixelY
n = TwipsPerPixelY(par_id3153681.4)

Return value:
戻り値:(hd_id3148473.5)

Integer
整数(par_id3154306.6)

Example:
例:(hd_id3149235.7)

Sub ExamplePixelTwips
Sub ExamplePixelTwips(par_id3150503.8)

MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"(par_id3154142.9)

End Sub
End Sub(par_id3148944.10)


< Prev / Next >